CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - report list

搜索资源列表

  1. CRadioListBox_src

    0下载:
  2. 多功能列表控件,下拉框及报表控件,在标准控件的功能基础上增加了很多实用性功能,非常实用-Multi-list control, the drop-down box and Report controls, standard control functions on the basis of a lot more practical features, very useful
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-03
    • 文件大小:1747
    • 提供者:pdjj
  1. ExtendedListBox_demo

    0下载:
  2. 多功能列表控件,下拉框及报表控件,在标准控件的功能基础上增加了很多实用性功能,非常实用.-Multi-list control, the drop-down box and Report controls, standard control functions on the basis of a lot more practical features, very useful.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-05
    • 文件大小:408053
    • 提供者:pdjj
  1. ALXGrid-1.25

    0下载:
  2. 多功能报表控件,在标准控件的功能基础上增加了很多实用性功能,非常实用.-Multi-list control, the drop-down box and Report controls, standard control functions on the basis of a lot more practical features, very useful.
  3. 所属分类:TreeView

    • 发布日期:2017-04-04
    • 文件大小:638653
    • 提供者:pdjj
  1. Joseph-ring-on-vs-2011

    0下载:
  2. C++链表解决约瑟夫环问题,问题描述:假设有N个小孩按照序号1,2,,,N围坐成一圈,从第一个小孩开始报数,每次报到n的人退出,接着从下一个人重新开始从1开始报数,下一次再报到n的人退出, 求最后一个留下第几个人;-C++ linked list to solve the problem Josephus, described the problem: Suppose there are N children according to number 1,2,,, N sitting in a
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:5040520
    • 提供者:沈宙
  1. FileTranslater

    0下载:
  2. 局域网内文件传输工具,利用UDP传输,MFC界面。内含实验报告,可执行文件和工程代码。主要功能如下:1.工具具有图形交互界面; 2.局域网内使用该工具的两台主机可以互相进行文字通信;3.自动按照一定频率扫描局域网内其他开启了该工具的主机, 并在界面上用列表显示出来;4.传输文件和文字内容时,直接选择界面上已经显示出来的存活主机,不需要手动输入IP 地址。 -LAN file transfer tool, the use of UDP transport, MFC interface. L
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4212029
    • 提供者:魏明川
  1. dianhuanchaxunxitong

    0下载:
  2. 操作系统链表操作完整的报告有实验截图和运行结果和使用说明及完整的注释-The list of the operating system operation complete report experiments have screenshots and operation results and instructions for use and fully commented
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:151908
    • 提供者:hule
  1. Josephus

    0下载:
  2. 具体功能为: 编号为1,2,......,n的n个人按照顺时针方向围坐一圈,每个人有且只有一个密码(正整数)。一开始任选一个正整数作为报数上限值,从第一个人开始顺时针方向自1开始报数,报到m时停止报数。报m 的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新报数,如此下去,直到所有人全部出列为止; 如输入整型数据:1 2 3 4 5 6,输出为2 4 3 1 5 6-You are now use the list is the basis of Joseph ring
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1127
    • 提供者:
  1. Joseph

    0下载:
  2. 你现在所使用的是以链表为基础编写的约瑟夫环,具体功能为: 编号为1,2,......,n的n个人按照顺时针方向围坐一圈,每个人有且只有一个密码(正整数)。一开始任选一个正整数作为报数上限值,从第一个人开始顺时针方向自1开始报数,报到m时停止报数。报m 的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新报数,如此下去,直到所有人全部出列为止; 如输入整型数据:1 2 3 4 5 6,输出为2 4 3 1 5 6-You are now use the list is th
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1123
    • 提供者:
  1. Crime-File

    0下载:
  2. Crime File System is a system used to report crimes. This project will be done using VB 6.0 as front end, and MS Access as back end. It can used to report crime. This project is mainly useful for police stations. This system will help to manage all t
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:405267
    • 提供者:robin
  1. Graphical-user-interface

    0下载:
  2. 这是“图形用户界面”的实验报告,其主要目的是: 掌握文本组件、按钮和单、复选按钮组件的使用;掌握列表的使用,鼠标、键盘事件的处理;掌握布局控制的方法。-This is the "graphical user interface" of the lab report, its main purpose is: to master the text components, and single-button, check button, the use of components master l
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:209427
    • 提供者:牛力敏
  1. Josephus

    0下载:
  2. 2、 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。 -Josephus: The numbers 1, 2, 3, ..., of n
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1226
    • 提供者:manda
  1. yuesefu

    0下载:
  2. 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。 -oseph (Josephus,) Central problem: the numbe
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:187648
    • 提供者:lv
  1. TONGXUNLU

    0下载:
  2. 1.基于c++的通讯录系统 2.系统额为文本输出 3.实验报告 4.系统截图-1mail list system based on c++ 2 system amount of text output In 3 experiments report 4screenshots
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:3029054
    • 提供者:yulin
  1. CSharp

    0下载:
  2. 这个功能是吧C#中的List转换成dataset数据集 这样可以从类中建水晶报表-the function will make the List what in the C# convert to the dataset and you can use the dataset to make the Crystal report with the data from the class
  3. 所属分类:CSharp

    • 发布日期:2016-12-22
    • 文件大小:51200
    • 提供者:wangxiaoming
  1. mnm

    0下载:
  2. joseph环 *问题描述:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 *要求:利用单向循环链表存储结构模拟此过程,按照出列的顺序输出各个人的编号。 *测试数据:m的初值为20,n=7
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:8543
    • 提供者:黄敏
  1. Link-storage-

    0下载:
  2. 该文件为线性表的链接存储结构实现的实验指导报告,你可以了解掌握线性表的链式结构的定义,掌握链接存储结构结点的访问方法以及链表的基本操作 -Experimental guidance report files link storage structure for the linear table, you can understand the definition of the linear chain structure of the table, grasp the basic opera
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:15077
    • 提供者:黎明
  1. Script_to_ping_stations

    0下载:
  2. VBA scr ipt to report on which IP addresses respond to PINGs from a list of IPs.
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:16649
    • 提供者:superwave33
  1. joseph

    0下载:
  2. 用链表解决约瑟夫问题。 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 其中包括一个实验报告,介绍了编程思路和输出结果截图。-List to resolve Joseph. Josephus is the application of a mathematical problem: Given n in
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:37578
    • 提供者:huang
  1. lshw-B.02.14.tar

    0下载:
  2. lshw(硬件列表)是一个能够提供机器硬件配置细节信息的小工具,它可以报告精确的内存信息、固件版本、主板配置、cpu版本和频率、缓存设置、总线速度等等,支持DMI-capable x86 or EFI (IA-64)架构和一些PowerPC的机器。 除了有命令行的,其还有一个gtk的前端。-lshw (Hardware list) is a capable machine hardware the gadget configuration details, it can report exa
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:1368757
    • 提供者:朱祖请
  1. Josephus

    0下载:
  2. 题目:有n个人围成一圈,顺序排号,从第一个开始报数 (从1到3报数),凡报到3的人退出圈子,问最后最后留下 的是原来第几号的那位. 提示:用循环链表完成 -Title: n personal circle sequence Arranging reported from the first number (from 1 to 3 count off), who report 3 exit the circle, asked the final last left the orig
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-10
    • 文件大小:1234
    • 提供者:陈春健
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com